home *** CD-ROM | disk | FTP | other *** search
- <html>
- <%!PosDenyIpAccess urlparam%>
- <title>Amministrazione servizi Internet - Accesso negato</title>
-
- <body bgcolor="#FFFFFF" BACKGROUND="/htmla/spec1.gif" LINK=#802020 VLINK=#802020>
-
- <!-- Header -->
- <TABLE BORDER=0>
- <TR VALIGN=CENTER>
- <TD>
- <A HREF="/htmla/htmla.htm">
- <IMG SRC="/htmla/iis_t.gif" ALT="Microsoft Peer Web Services" ALIGN=BOTTOM BORDER=0></A></TD>
- <TD><FONT SIZE=+2 COLOR=#802020>
- <B><%if servid EQ 4%>Amministrazione WWW<%elif servid EQ 1%>Amministrazione FTP<%elif servid EQ 2%>Amministrazione gopher<%endif%> - Nega accesso</B></FONT><BR>
- <FONT SIZE=+1 COLOR=#802020>Amministrazione di <%servname%>://<%hostname%></FONT>
- </TD></TR>
- </TABLE>
- <HR>
- <P>
-
- <%if servid EQ 4%>Accesso WWW negato a:<%elif servid EQ 1%>Accesso FTP negato a:<%elif servid EQ 2%>Accesso Gopher negato a:<%endif%>
- <P>
-
- <form method="POST" action="/HtmlaScripts/htmla.dll?<%servname%>/adveddu+<%ipdenyref%>">
- <input type="radio" name="denyisipsingle" value=1 <%if denyisipsingle EQ 1%>CHECKED<%endif%>> Computer singolo<p>
- <input type="radio" name="denyisipsingle" value=0 <%if denyisipsingle EQ 0%>CHECKED<%endif%>> Gruppo di computer<p>
- IP Address : <input type="text" name="denyipaddr" value="<%denyipaddr%>"><p>
- ╚ necessaria una subnet mask solo quando si permette l'accesso a un gruppo di computer<p>
- Subnet Mask: <input type="text" name="denyipmask" value="<%if denyisipsingle EQ 0%><%denyipmask%><%endif%>"><p>
- <input type="submit" value="OK"> <input type="reset" value="Reimposta">
- <input type="submit" name="cancel" value="Annulla">
- </form>
- </html>
-